home *** CD-ROM | disk | FTP | other *** search
/ The Hacker Chronicles - A…the Computer Underground / The Hacker Chronicles - A Tour of the Computer Underground (P-80 Systems).iso / phreak / nam.txt < prev    next >
Text File  |  1992-03-03  |  7KB  |  117 lines

  1.  
  2.  
  3. WHATS IN A NAM                by The Mad Phone-man
  4. ---------------------------------------------------------
  5. Nam stands for "Number Assignment Module" or to the Teckies a PROM
  6. (Programable Read-Only Memory) A blank Nam usualy costs between $1. to
  7. $2.75. Sometimes its more expensive depending on the operating temperature
  8. and packaging specifications.
  9.  Two flavors of NAM's are used for cellular. NEC uses the open colector
  10. (Signetics p/n 82S32 or equivalent). All others use the tri-state (Signetics
  11. 82S123 or equivalent). Blank Nams are manufactured by Signetics,National
  12. Semiconductor, Monolithic Memorys, Fujitsu, Texas Instruments, and Advanced
  13. Microdevices. Blank Nams can be purchased at your electronic distribuitor's
  14. and many radios come with a blank included.
  15.  
  16.   The NAM contains the subscriber number and lock code, the home system
  17. identification and other system required information. You may wonder how this
  18. info is arranged.
  19. The NAM is organized into 32 rows and 8 columns. It is 32 words of 8 bits
  20. each. (256 bits total) Starting from the top of the NAM (address 00)
  21. you will find the abreviation SIDH, This means "system identification number
  22. home" , a number starting at 0001 assigned by the FCC.
  23. Each market allows two systems. Even for the wire-line and odd for
  24. the non-wireline.
  25.  At address 03 we find LU (Local use) on the left and MIN on the right these
  26. areusualy set to 1. Locations with zeros are reserved. Going down the map,
  27. there's MIN1 and MIN2 the subscriber number and the area code respectivly
  28. Dont try to read them from a raw printout of the NAM data, they are scrambled
  29. beond recognition. The reason? The way they are arranged is the way they must
  30. be transmitted to the cellular systems receivers. The programmer does this to
  31. make the radio's job easier.
  32.  Next is the station class mark, which identifys the class and power capability
  33. of the phone. The system will treat a handheld (low power) differently than
  34. a standard 3 watt mobile.
  35.  IPCH is the inital paging channel. The radio listens for a page on this
  36. channel. Wirelines use 334 and non-wirelines use 333.
  37.  ACCOLC (ACCess Overload Class)  is designed in throwing off customers in
  38. the event of an overload. Thru neglect this standard has been largely unused.
  39. (A class 15 station is supposed to be police, fire, or military)
  40. Usualy its set to 0 plus the last digit of the phone number to provide random
  41. loading.
  42.   PS- Prefered system. This is always 1 in non-wireline and 0 in wireline.
  43.  
  44.   The lock code is about the only thing you can read directly by studying
  45. the NAM data. The "spare" bit must be a 0 if the radio contains a 3 digit code.
  46. Because the number of clicks when you dial 0 on a (dial) phone equals 10
  47. zeros in the lock code are represented by an "A" the hexadecimal equiv of 10.
  48.  EE,REP,HA, and HF correspond to end-to-end signaling (DTMF tones possible
  49. you talk) REPeratory dialing (provision for 10 or more numbers in memory)
  50.  Horn Alert and hands free. Like all options, they are 1, if turned on and
  51. 0 if (all these numbers are in hex) are supposed to be used
  52. by radio mfgrs to store option switches. Usualy 13 is used, 14 sometimes and
  53.  the rest less often.
  54.  Last you will find checksum adjustment and checksum. These numbers are
  55. calculated automaticly after the data has been edited for the NAM. The sum
  56. of all words in the nam plus these last two must equal a number with 0's
  57. in the last two digits. The radio checks this sum and if it isnt correct
  58. the radio assumes the NAM is bad or tampered with. In the case the radio
  59. refuses to operate until a legal NAM is installed.
  60.  
  61.  
  62.  MARK            most        BIT SIGNIFICANCE       least        Hex
  63. DEFINITION                                                      address
  64. ----------------------------------------------------------------------------
  65.              |    0         SIDH (14-8)                   |       00
  66. ----------------------------------------------------------------------------
  67.              |              SIDH (7-0)                    |       01
  68. ----------------------------------------------------------------------------
  69. LU=Local use |   LU  |    0  0  0  0  0  0          | MIN |       02
  70. ----------------------------------------------------------------------------
  71.              | 0   0          MIN2 (33-28)                |       03
  72. ----------------------------------------------------------------------------
  73.              |   MIN2 (27-24)        |     0  0  0  0     |       04
  74. ----------------------------------------------------------------------------
  75.              |  0  0  0  0      |     MIN1 (23-20)        |       05
  76. ----------------------------------------------------------------------------
  77.              |                MIN1  (19-12)               |       06
  78. ----------------------------------------------------------------------------
  79.              |                MIN1  (11-4)                |       07
  80. ----------------------------------------------------------------------------
  81.              |        MIN1 (3-0)  |   0   0   0   0       |       08
  82. ----------------------------------------------------------------------------
  83.              |     0   0   0   0    |     SCM (3-0)       |       09
  84. ----------------------------------------------------------------------------
  85.              |     0   0   0   0   0   |   IPCH  (10-8)   |       0A
  86. ----------------------------------------------------------------------------
  87.              |          ICPH   (7-0)                      |       0B
  88. ----------------------------------------------------------------------------
  89.              |     0   0   0  0    |   ACCOLC  (3-0)      |       0C
  90. ----------------------------------------------------------------------------
  91. PS=Perf Syst |     0   0   0   0   0   0   0   |   PS     |       0D
  92. ----------------------------------------------------------------------------
  93.              |    0   0   0   0   |     GIM (3-0)         |       0E
  94. ----------------------------------------------------------------------------
  95.              |   LOCK DIGIT 1       |   LOCK DIGIT 2      |       0F
  96. ----------------------------------------------------------------------------
  97.              |   LOCK DIGIT 3    LOCK SPARE BITS   |       10
  98. ----------------------------------------------------------------------------
  99. EE=End/End   |   EE  |   0    0    0    0    0    0 | REP |       11
  100. ----------------------------------------------------------------------------
  101. REP=Reprity  |   HA  |   0    0    0    0    0    0 | HF  |       12
  102. ----------------------------------------------------------------------------
  103. HF=Handsfree |                                            |
  104. HA=Horn Alt  |         Spare Locations (13-1D)            |
  105.              |         contain all 0's                    |       13
  106.              |                                            |       to
  107.              |                                            |       1D
  108. ----------------------------------------------------------------------------
  109.              |         NAM CHECKSUM ADJUSTMENT            |       1E
  110. ----------------------------------------------------------------------------
  111.              |            NAM CHECKSUM                    |       1F
  112. ----------------------------------------------------------------------------
  113.  
  114.  
  115. Downloaded From P-80 Systems.....
  116.  
  117.